ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / MinorTickMarks Property






In This Topic
    MinorTickMarks Property (ChartAxis<T>)
    In This Topic
    Gets or sets the location of minor axis tick marks.
    Syntax
    'Declaration
     
    
    Public Property MinorTickMarks As AxisTickMark
    'Usage
     
    
    Dim instance As ChartAxis(Of T)
    Dim value As AxisTickMark
     
    instance.MinorTickMarks = value
     
    value = instance.MinorTickMarks
    public AxisTickMark MinorTickMarks {get; set;}
    public read-write property MinorTickMarks: AxisTickMark; 
    public function get,set MinorTickMarks : AxisTickMark
    public: __property AxisTickMark get_MinorTickMarks();
    public: __property void set_MinorTickMarks( 
       AxisTickMark value
    );
    public:
    property AxisTickMark MinorTickMarks {
       AxisTickMark get();
       void set (    AxisTickMark value);
    }
    See Also